Interface sbktech.tools.hashjava.bytecode.Statistics
All Packages Class Hierarchy This Package Previous Next Index
Interface sbktech.tools.hashjava.bytecode.Statistics
- public interface Statistics
- extends Object
This is just a way to let informational messages while
performing things propagate back to the user.
At some time, maybe we can add enough additional information
about the process so it justifies its name :)
- Author:
- $Author: kbs $
-
info(String)
- This is less detailed, more to announce high-level passes
-
verboseMessage(String)
- This is called to provide extremely detailed/debugging information
verboseMessage
public abstract void verboseMessage(String s)
- This is called to provide extremely detailed/debugging information
info
public abstract void info(String s)
- This is less detailed, more to announce high-level passes
All Packages Class Hierarchy This Package Previous Next Index